Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

refactor: sessions table from react virtualized to tanstack react virtual#1541

Open
RonenMars wants to merge 3 commits into
mainfrom
ronen/refactor/sessions-table-from-react-virtualized-to-tanstack-react-virtual
Open

refactor: sessions table from react virtualized to tanstack react virtual#1541
RonenMars wants to merge 3 commits into
mainfrom
ronen/refactor/sessions-table-from-react-virtualized-to-tanstack-react-virtual

Conversation

@RonenMars

Copy link
Copy Markdown
Contributor

Description

What type of PR is this? (check all applicable)

  • 💡 (feat) - A new feature (non-breaking change which adds functionality)
  • 🔄 (refactor) - Code Refactoring - A code change that neither fixes a bug nor adds a feature
  • 🐞 (fix) - Bug Fix (non-breaking change which fixes an issue)
  • 🏎 (perf) - Optimization
  • 📄 (docs) - Documentation - Documentation only changes
  • 📄 (test) - Tests - Adding missing tests or correcting existing tests
  • ⚙️ (ci) - Continuous Integrations - Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • ☑️ (chore) - Chores - Other changes that don't modify src or test files
  • ↩️ (revert) - Reverts - Reverts a previous commit(s).

…output handling

- Replaced the deprecated `useVirtualizedList` hook with `useVirtualizedSessionList` for better session management.
- Enhanced the `SessionOutputs` and `ActivityList` components to utilize the new hook, improving performance and maintainability.
- Updated dependencies in `package.json` and `package-lock.json` for `@tanstack/react-virtual` and `@tanstack/virtual-core` to version 3.13.14.
- Removed unused code and optimized rendering logic for better user experience.
@RonenMars RonenMars enabled auto-merge (squash) February 2, 2026 09:42
@RonenMars RonenMars disabled auto-merge February 2, 2026 09:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant